From: Randy Dunlap Date: Sun, 4 Nov 2007 20:01:55 +0000 (-0800) Subject: kbuild: add 'includecheck' help text X-Git-Tag: archive/raspbian/4.9.13-1+rpi1~10^2~32046^2~72 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=ec2d987f98ba775596d0b17d783669b7eda7bae2;p=linux-4.9.git kbuild: add 'includecheck' help text Add 'includecheck' to the Static analyzers help list. Signed-off-by: Randy Dunlap Signed-off-by: Sam Ravnborg --- diff --git a/Makefile b/Makefile index 6d419f67939c..2101e4159e38 100644 --- a/Makefile +++ b/Makefile @@ -1188,6 +1188,7 @@ help: @echo 'Static analysers' @echo ' checkstack - Generate a list of stack hogs' @echo ' namespacecheck - Name space analysis on compiled kernel' + @echo ' includecheck - Check for duplicate included header files' @echo ' export_report - List the usages of all exported symbols' @if [ -r $(srctree)/include/asm-$(SRCARCH)/Kbuild ]; then \ echo ' headers_check - Sanity check on exported headers'; \